configuration / syncteam / references / [ID]

CLI REST-API

clock

clock
This is a read-write object and valid values are:




See also:
/configuration/syncteam/references/[ID]
/configuration/syncteam/references/[ID]/host
/configuration/syncteam/references/[ID]/enabled
/configuration/syncteam/references/[ID]/source
/configuration/syncteam/references/[ID]/priority

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/references/.*


Example using curl:
curl /api/configuration/syncteam/references/.*


Method: PATCH
URL: /api/configuration/syncteam/references/.*
Body:
{
  "clock": "pwr1"
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/references/.* -d
{
  "clock": "pwr1"
}